home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / hobi / solarsys / Solar.exe / 0 / RCDATA / TFRMBODY / TFRMBODY.txt
Text File  |  1997-11-30  |  15KB  |  686 lines

  1. object frmBody: TfrmBody
  2.   Left = 315
  3.   Top = 203
  4.   ActiveControl = comboName
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Body Properties'
  8.   ClientHeight = 345
  9.   ClientWidth = 377
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object lblBody: TLabel
  20.     Left = 13
  21.     Top = 12
  22.     Width = 56
  23.     Height = 16
  24.     AutoSize = False
  25.     Caption = '&Body:'
  26.     FocusControl = comboName
  27.   end
  28.   object shapeColor: TShape
  29.     Left = 296
  30.     Top = 272
  31.     Width = 73
  32.     Height = 25
  33.     Brush.Color = clYellow
  34.   end
  35.   object comboName: TComboBox
  36.     Left = 72
  37.     Top = 8
  38.     Width = 209
  39.     Height = 24
  40.     Style = csDropDownList
  41.     ItemHeight = 16
  42.     Sorted = True
  43.     TabOrder = 0
  44.     OnChange = comboNameChange
  45.     OnClick = comboNameClick
  46.   end
  47.   object pageBody: TPageControl
  48.     Left = 8
  49.     Top = 48
  50.     Width = 361
  51.     Height = 217
  52.     ActivePage = GeneralTab
  53.     MultiLine = True
  54.     TabOrder = 1
  55.     object GeneralTab: TTabSheet
  56.       Caption = 'General'
  57.       object lblMass: TLabel
  58.         Left = 107
  59.         Top = 75
  60.         Width = 56
  61.         Height = 16
  62.         AutoSize = False
  63.         Caption = '&Mass:'
  64.         FocusControl = editMass
  65.       end
  66.       object lblRadius: TLabel
  67.         Left = 107
  68.         Top = 115
  69.         Width = 56
  70.         Height = 16
  71.         AutoSize = False
  72.         Caption = 'Ra&dius:'
  73.         FocusControl = editRadius
  74.       end
  75.       object imgBody: TImage
  76.         Left = 9
  77.         Top = 18
  78.         Width = 79
  79.         Height = 79
  80.         Stretch = True
  81.       end
  82.       object Label1: TLabel
  83.         Left = 107
  84.         Top = 25
  85.         Width = 56
  86.         Height = 16
  87.         AutoSize = False
  88.         Caption = '&Name:'
  89.         FocusControl = EditName
  90.       end
  91.       object lblMassUnit: TLabel
  92.         Left = 296
  93.         Top = 75
  94.         Width = 57
  95.         Height = 16
  96.         AutoSize = False
  97.         Caption = 'unt/unt'
  98.       end
  99.       object lblRadiusUnit: TLabel
  100.         Left = 296
  101.         Top = 115
  102.         Width = 57
  103.         Height = 16
  104.         AutoSize = False
  105.         Caption = 'unt/unt'
  106.       end
  107.       object editMass: TEdit
  108.         Left = 163
  109.         Top = 71
  110.         Width = 126
  111.         Height = 24
  112.         TabOrder = 0
  113.         OnChange = PropChange
  114.       end
  115.       object editRadius: TEdit
  116.         Left = 162
  117.         Top = 111
  118.         Width = 127
  119.         Height = 24
  120.         TabOrder = 1
  121.         OnChange = PropChange
  122.       end
  123.       object butBrowse: TButton
  124.         Left = 8
  125.         Top = 110
  126.         Width = 81
  127.         Height = 27
  128.         Caption = '&Bro&wse...'
  129.         TabOrder = 2
  130.         OnClick = butBrowseClick
  131.       end
  132.       object EditName: TEdit
  133.         Left = 163
  134.         Top = 21
  135.         Width = 180
  136.         Height = 24
  137.         TabOrder = 3
  138.         OnChange = PropChange
  139.       end
  140.     end
  141.     object PositionTab: TTabSheet
  142.       Caption = 'Position'
  143.       object lblxpos: TLabel
  144.         Left = 13
  145.         Top = 34
  146.         Width = 68
  147.         Height = 16
  148.         AutoSize = False
  149.         Caption = '&X Position:'
  150.         FocusControl = editXPosition
  151.       end
  152.       object lblypos: TLabel
  153.         Left = 13
  154.         Top = 74
  155.         Width = 68
  156.         Height = 16
  157.         AutoSize = False
  158.         Caption = '&Y Position:'
  159.         FocusControl = editYPosition
  160.       end
  161.       object lblzpos: TLabel
  162.         Left = 13
  163.         Top = 114
  164.         Width = 68
  165.         Height = 16
  166.         AutoSize = False
  167.         Caption = '&Z Position:'
  168.         FocusControl = editZPosition
  169.       end
  170.       object lblXPositionUnit: TLabel
  171.         Left = 288
  172.         Top = 34
  173.         Width = 57
  174.         Height = 16
  175.         AutoSize = False
  176.         Caption = 'unt/unt'
  177.       end
  178.       object lblYPositionUnit: TLabel
  179.         Left = 288
  180.         Top = 74
  181.         Width = 57
  182.         Height = 16
  183.         AutoSize = False
  184.         Caption = 'unt/unt'
  185.       end
  186.       object lblZPositionUnit: TLabel
  187.         Left = 288
  188.         Top = 114
  189.         Width = 57
  190.         Height = 16
  191.         AutoSize = False
  192.         Caption = 'unt/unt'
  193.       end
  194.       object editXPosition: TEdit
  195.         Left = 84
  196.         Top = 30
  197.         Width = 197
  198.         Height = 24
  199.         TabOrder = 0
  200.         OnChange = PropChange
  201.       end
  202.       object editYPosition: TEdit
  203.         Left = 84
  204.         Top = 70
  205.         Width = 197
  206.         Height = 24
  207.         TabOrder = 1
  208.         OnChange = PropChange
  209.       end
  210.       object editZPosition: TEdit
  211.         Left = 84
  212.         Top = 110
  213.         Width = 197
  214.         Height = 24
  215.         TabOrder = 2
  216.         OnChange = PropChange
  217.       end
  218.     end
  219.     object VelocityTab: TTabSheet
  220.       Caption = 'Velocity'
  221.       object lblxvel: TLabel
  222.         Left = 13
  223.         Top = 34
  224.         Width = 68
  225.         Height = 16
  226.         AutoSize = False
  227.         Caption = '&X Velocity:'
  228.         FocusControl = editXVelocity
  229.       end
  230.       object lblYvel: TLabel
  231.         Left = 13
  232.         Top = 74
  233.         Width = 68
  234.         Height = 16
  235.         AutoSize = False
  236.         Caption = '&Y Velocity:'
  237.         FocusControl = editXVelocity
  238.       end
  239.       object lblzvel: TLabel
  240.         Left = 13
  241.         Top = 114
  242.         Width = 68
  243.         Height = 16
  244.         AutoSize = False
  245.         Caption = '&Z Velocity:'
  246.         FocusControl = editXVelocity
  247.       end
  248.       object lblXVelocityUnit: TLabel
  249.         Left = 288
  250.         Top = 34
  251.         Width = 57
  252.         Height = 16
  253.         AutoSize = False
  254.         Caption = 'unt/unt'
  255.       end
  256.       object lblYVelocityUnit: TLabel
  257.         Left = 288
  258.         Top = 74
  259.         Width = 57
  260.         Height = 16
  261.         AutoSize = False
  262.         Caption = 'unt/unt'
  263.       end
  264.       object lblZVelocityUnit: TLabel
  265.         Left = 288
  266.         Top = 114
  267.         Width = 57
  268.         Height = 16
  269.         AutoSize = False
  270.         Caption = 'unt/unt'
  271.       end
  272.       object editXVelocity: TEdit
  273.         Left = 84
  274.         Top = 30
  275.         Width = 197
  276.         Height = 24
  277.         TabOrder = 0
  278.         OnChange = PropChange
  279.       end
  280.       object editYVelocity: TEdit
  281.         Left = 84
  282.         Top = 70
  283.         Width = 197
  284.         Height = 24
  285.         TabOrder = 1
  286.         OnChange = PropChange
  287.       end
  288.       object editZVelocity: TEdit
  289.         Left = 84
  290.         Top = 110
  291.         Width = 197
  292.         Height = 24
  293.         TabOrder = 2
  294.         OnChange = PropChange
  295.       end
  296.     end
  297.     object AppearTab: TTabSheet
  298.       Caption = 'Object Appear'
  299.       object labelAppearYear: TLabel
  300.         Left = 16
  301.         Top = 96
  302.         Width = 41
  303.         Height = 16
  304.         AutoSize = False
  305.         Caption = 'Year:'
  306.         Enabled = False
  307.       end
  308.       object labelAppearMonth: TLabel
  309.         Left = 120
  310.         Top = 96
  311.         Width = 41
  312.         Height = 16
  313.         AutoSize = False
  314.         Caption = 'Month:'
  315.         Enabled = False
  316.       end
  317.       object labelAppearDay: TLabel
  318.         Left = 240
  319.         Top = 96
  320.         Width = 33
  321.         Height = 16
  322.         AutoSize = False
  323.         Caption = 'Day:'
  324.         Enabled = False
  325.       end
  326.       object labelAppearHour: TLabel
  327.         Left = 16
  328.         Top = 128
  329.         Width = 41
  330.         Height = 16
  331.         AutoSize = False
  332.         Caption = 'Hour:'
  333.         Enabled = False
  334.       end
  335.       object labelAppearMinute: TLabel
  336.         Left = 120
  337.         Top = 128
  338.         Width = 41
  339.         Height = 16
  340.         AutoSize = False
  341.         Caption = 'Minute:'
  342.         Enabled = False
  343.       end
  344.       object labelAppearSecond: TLabel
  345.         Left = 224
  346.         Top = 128
  347.         Width = 57
  348.         Height = 16
  349.         AutoSize = False
  350.         Caption = 'Second:'
  351.         Enabled = False
  352.       end
  353.       object radioAppearSpecify: TRadioButton
  354.         Left = 16
  355.         Top = 40
  356.         Width = 289
  357.         Height = 17
  358.         Caption = 'Let me specify when the object appears.'
  359.         TabOrder = 0
  360.         OnClick = AppearOptionClick
  361.       end
  362.       object radioAppearBegin: TRadioButton
  363.         Left = 16
  364.         Top = 16
  365.         Width = 297
  366.         Height = 17
  367.         Caption = 'Obj&ect appears at the beginning.'
  368.         Checked = True
  369.         TabOrder = 1
  370.         TabStop = True
  371.         OnClick = AppearOptionClick
  372.       end
  373.       object spinAppearMonth: TSpinEdit
  374.         Left = 168
  375.         Top = 96
  376.         Width = 49
  377.         Height = 26
  378.         Enabled = False
  379.         MaxValue = 12
  380.         MinValue = 1
  381.         TabOrder = 2
  382.         Value = 10
  383.         OnChange = spinAppearMonthChange
  384.       end
  385.       object spinAppearDay: TSpinEdit
  386.         Left = 280
  387.         Top = 96
  388.         Width = 49
  389.         Height = 26
  390.         Enabled = False
  391.         MaxValue = 31
  392.         MinValue = 1
  393.         TabOrder = 3
  394.         Value = 20
  395.         OnChange = PropChange
  396.       end
  397.       object spinAppearHour: TSpinEdit
  398.         Left = 56
  399.         Top = 128
  400.         Width = 57
  401.         Height = 26
  402.         Enabled = False
  403.         MaxValue = 24
  404.         MinValue = 1
  405.         TabOrder = 4
  406.         Value = 20
  407.         OnChange = PropChange
  408.       end
  409.       object spinAppearMinute: TSpinEdit
  410.         Left = 168
  411.         Top = 129
  412.         Width = 49
  413.         Height = 26
  414.         Enabled = False
  415.         MaxValue = 59
  416.         MinValue = 0
  417.         TabOrder = 5
  418.         Value = 25
  419.         OnChange = PropChange
  420.       end
  421.       object spinAppearSecond: TSpinEdit
  422.         Left = 280
  423.         Top = 128
  424.         Width = 49
  425.         Height = 26
  426.         Enabled = False
  427.         MaxValue = 59
  428.         MinValue = 0
  429.         TabOrder = 6
  430.         Value = 20
  431.         OnChange = PropChange
  432.       end
  433.       object spinAppearYear: TSpinEdit
  434.         Left = 56
  435.         Top = 96
  436.         Width = 57
  437.         Height = 26
  438.         Enabled = False
  439.         MaxValue = 9999
  440.         MinValue = 1
  441.         TabOrder = 7
  442.         Value = 1996
  443.         OnChange = spinAppearYearChange
  444.       end
  445.       object butAppearNow: TButton
  446.         Left = 256
  447.         Top = 64
  448.         Width = 75
  449.         Height = 25
  450.         Caption = '&Now'
  451.         Enabled = False
  452.         TabOrder = 8
  453.         OnClick = butAppearNowClick
  454.       end
  455.     end
  456.     object DisappearTab: TTabSheet
  457.       Caption = 'Object Disappear'
  458.       object labelDisappearYear: TLabel
  459.         Left = 16
  460.         Top = 96
  461.         Width = 41
  462.         Height = 16
  463.         AutoSize = False
  464.         Caption = 'Year:'
  465.         Enabled = False
  466.       end
  467.       object labelDisappearHour: TLabel
  468.         Left = 16
  469.         Top = 128
  470.         Width = 41
  471.         Height = 16
  472.         AutoSize = False
  473.         Caption = 'Hour:'
  474.         Enabled = False
  475.       end
  476.       object labelDisappearMonth: TLabel
  477.         Left = 120
  478.         Top = 96
  479.         Width = 41
  480.         Height = 16
  481.         AutoSize = False
  482.         Caption = 'Month:'
  483.         Enabled = False
  484.       end
  485.       object labelDisappearMinute: TLabel
  486.         Left = 120
  487.         Top = 128
  488.         Width = 41
  489.         Height = 16
  490.         AutoSize = False
  491.         Caption = 'Minute:'
  492.         Enabled = False
  493.       end
  494.       object labelDisappearDay: TLabel
  495.         Left = 240
  496.         Top = 96
  497.         Width = 33
  498.         Height = 16
  499.         AutoSize = False
  500.         Caption = 'Day:'
  501.         Enabled = False
  502.       end
  503.       object labelDisappearSecond: TLabel
  504.         Left = 224
  505.         Top = 128
  506.         Width = 57
  507.         Height = 16
  508.         AutoSize = False
  509.         Caption = 'Second:'
  510.         Enabled = False
  511.       end
  512.       object radioDisappearNo: TRadioButton
  513.         Left = 16
  514.         Top = 16
  515.         Width = 249
  516.         Height = 17
  517.         Caption = 'Obj&ect does not disappear.'
  518.         Checked = True
  519.         TabOrder = 0
  520.         TabStop = True
  521.         OnClick = DisappearOptionClick
  522.       end
  523.       object radioDisappearSpecify: TRadioButton
  524.         Left = 16
  525.         Top = 40
  526.         Width = 297
  527.         Height = 17
  528.         Caption = 'Let me specify when the object disappears.'
  529.         TabOrder = 1
  530.         OnClick = DisappearOptionClick
  531.       end
  532.       object spinDisappearYear: TSpinEdit
  533.         Left = 56
  534.         Top = 96
  535.         Width = 57
  536.         Height = 26
  537.         Enabled = False
  538.         MaxValue = 9999
  539.         MinValue = 1
  540.         TabOrder = 2
  541.         Value = 1996
  542.         OnChange = spinDisappearYearChange
  543.       end
  544.       object spinDisappearHour: TSpinEdit
  545.         Left = 56
  546.         Top = 128
  547.         Width = 57
  548.         Height = 26
  549.         Enabled = False
  550.         MaxValue = 24
  551.         MinValue = 1
  552.         TabOrder = 3
  553.         Value = 20
  554.         OnChange = PropChange
  555.       end
  556.       object spinDisappearMonth: TSpinEdit
  557.         Left = 168
  558.         Top = 96
  559.         Width = 49
  560.         Height = 26
  561.         Enabled = False
  562.         MaxValue = 12
  563.         MinValue = 1
  564.         TabOrder = 4
  565.         Value = 10
  566.         OnChange = spinDisappearMonthChange
  567.       end
  568.       object spinDisappearMinute: TSpinEdit
  569.         Left = 168
  570.         Top = 128
  571.         Width = 49
  572.         Height = 26
  573.         Enabled = False
  574.         MaxValue = 59
  575.         MinValue = 0
  576.         TabOrder = 5
  577.         Value = 25
  578.         OnChange = PropChange
  579.       end
  580.       object spinDisappearDay: TSpinEdit
  581.         Left = 280
  582.         Top = 96
  583.         Width = 49
  584.         Height = 26
  585.         Enabled = False
  586.         MaxValue = 31
  587.         MinValue = 1
  588.         TabOrder = 6
  589.         Value = 20
  590.         OnChange = PropChange
  591.       end
  592.       object spinDisappearSecond: TSpinEdit
  593.         Left = 280
  594.         Top = 128
  595.         Width = 49
  596.         Height = 26
  597.         Enabled = False
  598.         MaxValue = 59
  599.         MinValue = 0
  600.         TabOrder = 7
  601.         Value = 20
  602.         OnChange = PropChange
  603.       end
  604.       object butDisappearNow: TButton
  605.         Left = 256
  606.         Top = 64
  607.         Width = 75
  608.         Height = 25
  609.         Caption = '&Now'
  610.         Enabled = False
  611.         TabOrder = 8
  612.         OnClick = butDisappearNowClick
  613.       end
  614.     end
  615.   end
  616.   object butApply: TButton
  617.     Left = 264
  618.     Top = 309
  619.     Width = 100
  620.     Height = 28
  621.     Cancel = True
  622.     Caption = '&Apply'
  623.     Enabled = False
  624.     TabOrder = 2
  625.     OnClick = ButtonClick
  626.   end
  627.   object butCancel: TButton
  628.     Left = 152
  629.     Top = 309
  630.     Width = 102
  631.     Height = 28
  632.     Cancel = True
  633.     Caption = '&Cancel'
  634.     TabOrder = 3
  635.     OnClick = ButtonClick
  636.   end
  637.   object butOK: TButton
  638.     Left = 41
  639.     Top = 309
  640.     Width = 104
  641.     Height = 28
  642.     Caption = '&OK'
  643.     Default = True
  644.     TabOrder = 4
  645.     OnClick = ButtonClick
  646.   end
  647.   object checkboxTail: TCheckBox
  648.     Left = 96
  649.     Top = 272
  650.     Width = 105
  651.     Height = 25
  652.     Caption = '&Display Tail:'
  653.     TabOrder = 5
  654.     OnClick = checkboxTailClick
  655.   end
  656.   object butColor: TButton
  657.     Left = 216
  658.     Top = 272
  659.     Width = 75
  660.     Height = 25
  661.     Caption = '&Color...'
  662.     TabOrder = 6
  663.     OnClick = butColorClick
  664.   end
  665.   object butRemove: TButton
  666.     Left = 294
  667.     Top = 8
  668.     Width = 75
  669.     Height = 25
  670.     Caption = '&Remove'
  671.     TabOrder = 7
  672.     OnClick = ButtonClick
  673.   end
  674.   object sysColor: TColorDialog
  675.     Ctl3D = True
  676.     Top = 272
  677.   end
  678.   object sysOpen: TOpenDialog
  679.     DefaultExt = 'bmp'
  680.     FileEditStyle = fsEdit
  681.     Filter = 'Picture Files (*.bmp, *.dib)|*.bmp;*.dib|All Files (*.*)|*.*'
  682.     Title = 'Body Picture - Open'
  683.     Top = 301
  684.   end
  685. end
  686.